NetworkInterface.hostDevName

The host's interface device name that we should use for networking

struct NetworkInterface
@serializationRequired
@serializationKeys("host_dev_name")
string hostDevName;

Examples

tap0, eth0, etc.

Meta